AWSEC2StartNetworkInsightsAnalysisRequest

Objective-C

@interface AWSEC2StartNetworkInsightsAnalysisRequest

Swift

class AWSEC2StartNetworkInsightsAnalysisRequest
  • The member accounts that contain resources that the path can traverse.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable additionalAccounts;

    Swift

    var additionalAccounts: [String]? { get set }
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

    Declaration

    Objective-C

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

    Swift

    var clientToken: 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 Amazon Resource Names (ARN) of the resources that the path must traverse.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable filterInArns;

    Swift

    var filterInArns: [String]? { get set }
  • The ID of the path.

    Declaration

    Objective-C

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

    Swift

    var networkInsightsPathId: String? { get set }
  • The tags to apply.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;

    Swift

    var tagSpecifications: [AWSEC2TagSpecification]? { get set }