Documentation
¶
Index ¶
- type Stream
- func (r *Stream) AWSCloudFormationType() string
- func (r *Stream) DeletionPolicy() policies.DeletionPolicy
- func (r *Stream) DependsOn() []string
- func (r Stream) MarshalJSON() ([]byte, error)
- func (r *Stream) Metadata() map[string]interface{}
- func (r *Stream) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Stream) SetDependsOn(dependencies []string)
- func (r *Stream) SetMetadata(metadata map[string]interface{})
- func (r *Stream) UnmarshalJSON(b []byte) error
- type StreamConsumer
- func (r *StreamConsumer) AWSCloudFormationType() string
- func (r *StreamConsumer) DeletionPolicy() policies.DeletionPolicy
- func (r *StreamConsumer) DependsOn() []string
- func (r StreamConsumer) MarshalJSON() ([]byte, error)
- func (r *StreamConsumer) Metadata() map[string]interface{}
- func (r *StreamConsumer) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *StreamConsumer) SetDependsOn(dependencies []string)
- func (r *StreamConsumer) SetMetadata(metadata map[string]interface{})
- func (r *StreamConsumer) UnmarshalJSON(b []byte) error
- type Stream_StreamEncryption
- func (r *Stream_StreamEncryption) AWSCloudFormationType() string
- func (r *Stream_StreamEncryption) DeletionPolicy() policies.DeletionPolicy
- func (r *Stream_StreamEncryption) DependsOn() []string
- func (r *Stream_StreamEncryption) Metadata() map[string]interface{}
- func (r *Stream_StreamEncryption) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Stream_StreamEncryption) SetDependsOn(dependencies []string)
- func (r *Stream_StreamEncryption) SetMetadata(metadata map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct { // Name AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name Name string `json:"Name,omitempty"` // RetentionPeriodHours AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours RetentionPeriodHours int `json:"RetentionPeriodHours,omitempty"` // ShardCount AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount ShardCount int `json:"ShardCount"` // StreamEncryption AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-streamencryption StreamEncryption *Stream_StreamEncryption `json:"StreamEncryption,omitempty"` // Tags AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-tags Tags []tags.Tag `json:"Tags,omitempty"` // contains filtered or unexported fields }
Stream AWS CloudFormation Resource (AWS::Kinesis::Stream) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html
func (*Stream) AWSCloudFormationType ¶
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Stream) DeletionPolicy ¶
func (r *Stream) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Stream) DependsOn ¶
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (Stream) MarshalJSON ¶
MarshalJSON is a custom JSON marshalling hook that embeds this object into an AWS CloudFormation JSON resource's 'Properties' field and adds a 'Type'.
func (*Stream) Metadata ¶
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Stream) SetDeletionPolicy ¶
func (r *Stream) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Stream) SetDependsOn ¶
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Stream) SetMetadata ¶
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Stream) UnmarshalJSON ¶
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type StreamConsumer ¶
type StreamConsumer struct { // ConsumerName AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername ConsumerName string `json:"ConsumerName,omitempty"` // StreamARN AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn StreamARN string `json:"StreamARN,omitempty"` // contains filtered or unexported fields }
StreamConsumer AWS CloudFormation Resource (AWS::Kinesis::StreamConsumer) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html
func (*StreamConsumer) AWSCloudFormationType ¶
func (r *StreamConsumer) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*StreamConsumer) DeletionPolicy ¶
func (r *StreamConsumer) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*StreamConsumer) DependsOn ¶
func (r *StreamConsumer) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (StreamConsumer) MarshalJSON ¶
func (r StreamConsumer) MarshalJSON() ([]byte, error)
MarshalJSON is a custom JSON marshalling hook that embeds this object into an AWS CloudFormation JSON resource's 'Properties' field and adds a 'Type'.
func (*StreamConsumer) Metadata ¶
func (r *StreamConsumer) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*StreamConsumer) SetDeletionPolicy ¶
func (r *StreamConsumer) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*StreamConsumer) SetDependsOn ¶
func (r *StreamConsumer) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*StreamConsumer) SetMetadata ¶
func (r *StreamConsumer) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*StreamConsumer) UnmarshalJSON ¶
func (r *StreamConsumer) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type Stream_StreamEncryption ¶
type Stream_StreamEncryption struct { // EncryptionType AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-encryptiontype EncryptionType string `json:"EncryptionType,omitempty"` // KeyId AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html#cfn-kinesis-stream-streamencryption-keyid KeyId string `json:"KeyId,omitempty"` // contains filtered or unexported fields }
Stream_StreamEncryption AWS CloudFormation Resource (AWS::Kinesis::Stream.StreamEncryption) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-stream-streamencryption.html
func (*Stream_StreamEncryption) AWSCloudFormationType ¶
func (r *Stream_StreamEncryption) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Stream_StreamEncryption) DeletionPolicy ¶
func (r *Stream_StreamEncryption) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Stream_StreamEncryption) DependsOn ¶
func (r *Stream_StreamEncryption) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Stream_StreamEncryption) Metadata ¶
func (r *Stream_StreamEncryption) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Stream_StreamEncryption) SetDeletionPolicy ¶
func (r *Stream_StreamEncryption) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Stream_StreamEncryption) SetDependsOn ¶
func (r *Stream_StreamEncryption) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Stream_StreamEncryption) SetMetadata ¶
func (r *Stream_StreamEncryption) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html