Add-VSMSKClusterS3
Add-VSMSKClusterS3
SYNOPSIS
Adds an AWS::MSK::Cluster.S3 resource property to the template. The details of the Amazon S3 destination for broker logs.
SYNTAX
Add-VSMSKClusterS3 [[-Bucket] <Object>] [-Enabled] <Object> [[-Prefix] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::MSK::Cluster.S3 resource property to the template. The details of the Amazon S3 destination for broker logs.
PARAMETERS
-Bucket
The name of the S3 bucket that is the destination for broker logs.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-bucket PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Enabled
Specifies whether broker logs get sent to the specified Amazon S3 destination.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-enabled PrimitiveType: Boolean UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Prefix
The S3 prefix that is the destination for broker logs.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html#cfn-msk-cluster-s3-prefix PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
Vaporshell.Resource.MSK.Cluster.S3
NOTES
RELATED LINKS
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html