AWSEC2GetFlowLogsIntegrationTemplateRequest

Objective-C

@interface AWSEC2GetFlowLogsIntegrationTemplateRequest

Swift

class AWSEC2GetFlowLogsIntegrationTemplateRequest
  • To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable configDeliveryS3DestinationArn;

    Swift

    var configDeliveryS3DestinationArn: String? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The ID of the flow log.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable flowLogId;

    Swift

    var flowLogId: String? { get set }
  • Information about the service integration.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2IntegrateServices *_Nullable integrateServices;

    Swift

    var integrateServices: AWSEC2IntegrateServices? { get set }