Class: Aws::CloudFront::Types::CreateConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateConnectionFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:connection_function_code]
Instance Attribute Summary collapse
-
#connection_function_code ⇒ String
The code for the connection function.
-
#connection_function_config ⇒ Types::FunctionConfig
Contains configuration information about a CloudFront function.
-
#name ⇒ String
A name for the connection function.
-
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
Instance Attribute Details
#connection_function_code ⇒ String
The code for the connection function.
2541 2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2541 class CreateConnectionFunctionRequest < Struct.new( :name, :connection_function_config, :connection_function_code, :tags) SENSITIVE = [:connection_function_code] include Aws::Structure end |
#connection_function_config ⇒ Types::FunctionConfig
Contains configuration information about a CloudFront function.
2541 2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2541 class CreateConnectionFunctionRequest < Struct.new( :name, :connection_function_config, :connection_function_code, :tags) SENSITIVE = [:connection_function_code] include Aws::Structure end |
#name ⇒ String
A name for the connection function.
2541 2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2541 class CreateConnectionFunctionRequest < Struct.new( :name, :connection_function_config, :connection_function_code, :tags) SENSITIVE = [:connection_function_code] include Aws::Structure end |
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
2541 2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2541 class CreateConnectionFunctionRequest < Struct.new( :name, :connection_function_config, :connection_function_code, :tags) SENSITIVE = [:connection_function_code] include Aws::Structure end |