Class: Aws::VPCLattice::Types::PutAuthPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The auth policy. The policy string in JSON must not contain newlines or blank lines.

Returns:

  • (String)


4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4018

class PutAuthPolicyRequest < Struct.new(
  :resource_identifier,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The ID or ARN of the service network or service for which the policy is created.

Returns:

  • (String)


4018
4019
4020
4021
4022
4023
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4018

class PutAuthPolicyRequest < Struct.new(
  :resource_identifier,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end