AWS::Pipes::PipeDefinition of AWS::Pipes::Pipe Resource Type
13 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RoleArn | string | Required |
Source | string | RequiredCreate-only |
Target | string | Required |
Description | string | |
DesiredState | string | |
Enrichment | string | |
EnrichmentParameters | PipeEnrichmentParameters | |
KmsKeyIdentifier | string | |
LogConfiguration | PipeLogConfiguration | |
Name | string | Create-only |
SourceParameters | PipeSourceParameters | Write-only |
Tags | TagMap | |
TargetParameters | PipeTargetParameters | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
CurrentState | string | - |
LastModifiedTime | string | - |
StateReason | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Pipes::Pipe
Resources:
MyResource:
Type: AWS::Pipes::Pipe
Properties:
RoleArn: "arn:aws:service:region:account:resource"
Source: "value"
Target: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
pipes:CreatePipepipes:DescribePipepipes:TagResourceiam:PassRolelogs:PutResourcePolicylogs:DescribeResourcePolicieslogs:DescribeLogGroupsiam:CreateServiceLinkedRolepipes:DescribePipekms:Decryptpipes:UpdatePipepipes:TagResourcepipes:UntagResourcepipes:DescribePipeiam:PassRolelogs:PutResourcePolicylogs:DescribeResourcePolicieslogs:DescribeLogGroupspipes:DeletePipepipes:DescribePipepipes:UntagResourcelogs:CreateLogDeliverylogs:UpdateLogDeliverylogs:DeleteLogDeliverylogs:GetLogDeliverylogs:ListLogDeliveriespipes:ListPipesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameSourceSourceParameters/DynamoDBStreamParameters/StartingPositionSourceParameters/KinesisStreamParameters/StartingPositionSourceParameters/KinesisStreamParameters/StartingPositionTimestampSourceParameters/ActiveMQBrokerParameters/QueueNameSourceParameters/RabbitMQBrokerParameters/QueueNameSourceParameters/RabbitMQBrokerParameters/VirtualHostSourceParameters/ManagedStreamingKafkaParameters/TopicNameSourceParameters/ManagedStreamingKafkaParameters/StartingPositionSourceParameters/ManagedStreamingKafkaParameters/ConsumerGroupIDSourceParameters/SelfManagedKafkaParameters/TopicNameSourceParameters/SelfManagedKafkaParameters/StartingPositionSourceParameters/SelfManagedKafkaParameters/AdditionalBootstrapServersSourceParameters/SelfManagedKafkaParameters/ConsumerGroupID