Container for the parameters to the UpdateServerCertificate operation.

Updates the name and/or the path of the specified server certificate.

IMPORTANT: You should understand the implications of changing a server certificate's path or name. For more information, see Managing Server Certificates in Using AWS Identity and Access Management.

NOTE:To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from ProductionCert to ProdCert, the entity making the request must have permission on ProductionCert and ProdCert, or must have permission on all (*). For more information about permissions, see Permissions and Policies.

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class UpdateServerCertificateRequest : AmazonWebServiceRequest
Public Class UpdateServerCertificateRequest _
	Inherits AmazonWebServiceRequest
public ref class UpdateServerCertificateRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UpdateServerCertificateRequest()()()()
Initializes a new instance of the UpdateServerCertificateRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
NewPath
The new path for the server certificate. Include this only if you are updating the server certificate's path.

Constraints:

Length
1 - 512
Pattern
(\u002F)|(\u002F[\u0021-\u007F]+\u002F)

NewServerCertificateName
The new name for the server certificate. Include this only if you are updating the server certificate's name.

Constraints:

Length
1 - 128
Pattern
[\w+=,.@-]*

ServerCertificateName
The name of the server certificate that you want to update.

Constraints:

Length
1 - 128
Pattern
[\w+=,.@-]*

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithNewPath(String)
Sets the NewPath property
WithNewServerCertificateName(String)
Sets the NewServerCertificateName property
WithServerCertificateName(String)
Sets the ServerCertificateName property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.IdentityManagement.Model..::..UpdateServerCertificateRequest

See Also