Module: AWSCDK::Cognito::ICustomAttribute

Included in:
BooleanAttribute, DateTimeAttribute, NumberAttribute, StringAttribute
Defined in:
cognito/i_custom_attribute.rb

Overview

Represents a custom attribute type.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



14
15
16
17
18
# File 'cognito/i_custom_attribute.rb', line 14

def self.jsii_overridable_methods
  {
    :bind => { kind: :method, name: "bind", is_optional: false },
  }
end

Instance Method Details

#bindAWSCDK::Cognito::CustomAttributeConfig

Bind this custom attribute type to the values as expected by CloudFormation.



10
11
12
# File 'cognito/i_custom_attribute.rb', line 10

def bind()
  jsii_call_method("bind", [])
end